xen.git
2006-03-14 kaf24@firebug... Fix a bug which occurs when Xen is compiled with debug...
2006-03-14 kaf24@firebug... Fix the bug that hvm domain network breaks after xm...
2006-03-14 kaf24@firebug... Fix build error with -Wstrict-prototype.
2006-03-14 kaf24@firebug... Fix memory leak in xc_domain_dumpcore and simplify...
2006-03-14 kaf24@firebug... Fix a typo in a comment -- vmxloader is now hvmloader.
2006-03-14 kaf24@firebug... Fix PAE ptep_get_and_clear_full(). The fast path requir...
2006-03-14 kaf24@firebug... Initialise blkfront_info to zeroes after allocating it.
2006-03-14 kaf24@firebug... Revert some of the bigger changes in c/s 9217 as these...
2006-03-13 kaf24@firebug... Clean up block-device hotplug routines in xenlinux.
2006-03-13 kaf24@firebug... Add a 't' debug key to Xen for displaying info about...
2006-03-13 kaf24@firebug... Make time-backwarsd warning a run-time configurable...
2006-03-13 kaf24@firebug... The existing xc_domain_dumpcore is very specific to...
2006-03-13 emellor@leeni... xm top was listed twice in the help message -- remove...
2006-03-13 kaf24@firebug... Fix broken assertion in SEDF scheduler.
2006-03-12 kaf24@firebug... No need to pin/unpin intermediate pagetables in x86...
2006-03-12 kaf24@firebug... Ignore pinning of other than root page directories...
2006-03-12 kaf24@firebug... Add missing include of a header file to avoid a compile...
2006-03-12 kaf24@firebug... pciback sends evtchn notification to pcifront when...
2006-03-11 emellor@leeni... Merged.
2006-03-11 emellor@leeni... Remove blank line -- this was causing all the tests...
2006-03-11 emellor@leeni... Merged.
2006-03-11 emellor@leeni... Define TESTS to be the .test files, not the .py files...
2006-03-11 root@dyn9047022116... HG Patch
2006-03-11 emellor@leeni... - Reworked to use your match_domid suggestion and filtering
2006-03-11 emellor@leeni... Merged.
2006-03-11 emellor@leeni... Trivial fix to bind implementation.
2006-03-11 kaf24@firebug... Changeset 9134 introduced a caching mechanism when...
2006-03-11 kaf24@firebug... Currently if one tries to execute VMX instruction...
2006-03-11 kaf24@firebug... Enable the ejection of the physical cdrom tray, when...
2006-03-10 kaf24@firebug... More build config changes:
2006-03-10 kaf24@firebug... Replace memory_op subcommands reserved_phys_area and...
2006-03-10 cl349@firebug... Map grant table pages in vmalloc kernel address space...
2006-03-10 emellor@leeni... Minor fix to error message.
2006-03-10 emellor@leeni... Simplify the interface into httpserver and UnixHttpServ...
2006-03-10 emellor@leeni... Untangle XendRoot and XendLogging by having XendLogging...
2006-03-10 emellor@leeni... The attached patch cleans up the parsing of /proc/xen...
2006-03-10 stekloff@elm3b216... Fix test 11_create_concurrent_ps.py for HVM domains...
2006-03-10 kaf24@firebug... Clean the pending_intr processing sequence and fix...
2006-03-10 kaf24@firebug... Fix the gdbserver-xen for VMX guests.
2006-03-10 emellor@leeni... This patch
2006-03-09 stekloff@localhost... Adding hping TCP and UDP tests. They hping a number...
2006-03-09 stekloff@elm3b216... Fix xmtest 13_create_multinic_pos.py to work with HVM.
2006-03-09 kaf24@firebug... Fix a few small issues in xc_domain_dumpcore:
2006-03-09 kaf24@firebug... Move 'debug' build option into the outermost Config...
2006-03-09 kaf24@firebug... Clean up the usage of CFLAGS. This is nice for package...
2006-03-09 cl349@firebug... Change the location of the shared_info page for auto_tr...
2006-03-09 kaf24@firebug... Build MTRR support into privileged xenlinux x86/64.
2006-03-09 kaf24@firebug... Apply proper locking in xenlinux mtrr interface functions.
2006-03-09 kaf24@firebug... 64 bit pagetable builder added to mm.c
2006-03-09 kaf24@firebug... Explain disadvantages of building pciback as a module...
2006-03-09 kaf24@firebug... Make xc_linux_build() load the initrd page-by-page...
2006-03-09 kaf24@firebug... Clean up internal libxc functions to take 'const char *'
2006-03-09 kaf24@firebug... Add a parallel set of APIs to the domain builders to...
2006-03-09 kaf24@firebug... Adds a new device interface to xend/xm similar to the...
2006-03-09 kaf24@firebug... According to the April 2005 Intel Virtualization Techno...
2006-03-09 kaf24@firebug... Fix order-of-evaluation issue in xc_domain_dumpcore...
2006-03-08 kaf24@firebug... Clean up the interface for sharing xen-heap pages with...
2006-03-08 kaf24@firebug... Add missing include in hypercalls header file.
2006-03-08 kaf24@firebug... Allow pciback to be built as a module.
2006-03-08 kaf24@firebug... Allow pciback to be placed into a permissive mode of...
2006-03-08 kaf24@firebug... Trivial fix for pcifront bringup.
2006-03-08 kaf24@firebug... Fix call to set_timer in vlapic.c. Should not set timer...
2006-03-08 kaf24@firebug... Implement guest_access routines for copying to/from...
2006-03-08 kaf24@firebug... Undo misapplied search replace.
2006-03-08 kaf24@firebug... Lower-casify some macros, and rename kernel_mode()...
2006-03-08 kaf24@firebug... Update Xen extraversion to reflect unstable status.
2006-03-08 kaf24@firebug... The PAE guest can run on SMP 64-bit Xen0 now.
2006-03-08 kaf24@firebug... Keep totalram_pages in sync with current_pages in ballo...
2006-03-08 kaf24@firebug... Add some bounds checking to values passed when changing...
2006-03-08 kaf24@firebug... Ensure old Python files are overwritten during tools...
2006-03-08 kaf24@firebug... Fix 64-bit Linux build.
2006-03-08 kaf24@firebug... Fix up #PF error code before propagating to guest kernel.
2006-03-07 kaf24@firebug... Clean up vlapic code.
2006-03-07 kaf24@firebug... Upgrade all hypercalls to use the new guest_handle...
2006-03-07 cl349@firebug... Cleanup i386 entry.S.
2006-03-07 kaf24@firebug... Tighten up the assertion conditions in the GUEST_MODE...
2006-03-06 kaf24@firebug... SVM patch to add missing svm_asid() call into 64bit...
2006-03-06 kaf24@firebug... Fix additional gdbstub issues.
2006-03-06 kaf24@firebug... Add next/previous key bindings to XenMon curses mode.
2006-03-06 kaf24@firebug... Fix reporting of time intervals in the log mode of...
2006-03-06 kaf24@firebug... No need to re-set vm_pgoff before calling remap_pfn_ran...
2006-03-06 kaf24@firebug... Make /proc/xen/xsd_kva with permissions 0600 so it...
2006-03-06 kaf24@firebug... Simplify ptrace_names array declaration.
2006-03-06 cl349@firebug... Cleanup whitespace.
2006-03-06 kaf24@firebug... Fix build with some gcc versions.
2006-03-06 kaf24@firebug... Update microcode.c to linux-2.6.16-rc5 codebase.
2006-03-06 kaf24@firebug... Allow NMI watchdog setup on newer P4 processors.
2006-03-06 kaf24@firebug... libxc: Verify Magic number when reading dump
2006-03-06 kaf24@firebug... Fix boot-memory layout description.
2006-03-06 kaf24@firebug... Consolidate xc_ptrace and xc_ptrace_core
2006-03-06 kaf24@firebug... libxc: xc_ptrace cleanups
2006-03-06 kaf24@firebug... Fix DBG_LEVEL_VLAPIC_INTERRUPT definition.
2006-03-06 kaf24@firebug... Fix ia64 build.
2006-03-06 kaf24@firebug... Fix mkelf32 cross compilation support. The previous...
2006-03-06 kaf24@firebug... Fix SVM guest destroy: I/O shared page is mapped global...
2006-03-04 emellor@leeni... Merged.
2006-03-04 emellor@leeni... Allow callers to XendClient.xend_list_domains to specif...
2006-03-04 emellor@leeni... Log the tdb_error when a read fails with EIO. This...
2006-03-04 emellor@leeni... Added a 'state' field to the xenbus_device structure...
2006-03-04 kaf24@firebug... Make guest_access implementation arch-specific.
next